home *** CD-ROM | disk | FTP | other *** search
/ So Who's Dr. Rabbit? / SWDR_1.iso / pc / swdrmov / valetter.dxr / ViewAll Scripts Int_3_View All Button.ls < prev    next >
Encoding:
Text File  |  1997-07-28  |  319 b   |  19 lines

  1. on ClickUp myScript, OuterObject, ExtraInfo
  2.   updateStage()
  3.   tell the stage
  4.     ViewAllGotoLocation(ExtraInfo)
  5.   end tell
  6. end
  7.  
  8. on ClickDown myScript, OuterObject, ExtraInfo
  9.   updateStage()
  10. end
  11.  
  12. on MovedOver myScript, OuterObject, ExtraInfo
  13.   nothing()
  14. end
  15.  
  16. on MovedOff myScript, OuterObject, ExtraInfo
  17.   nothing()
  18. end
  19.